home *** CD-ROM | disk | FTP | other *** search
Text File | 1994-01-05 | 4.8 KB | 122 lines | [TEXT/ttxt] |
- checkin "JAZZMAN:My Think C Stuff:My Projects:FindModified:FindModified.π.rsrc"
- checkin "JAZZMAN:My Think C Stuff:My Projects:FindModified:FindModified.π"
-
- NameRevisions "Version 1.8 7/1/93" -r -a
-
- 1.3 Custom Icon
- 1.4 >32 lists, gracefull handling of out of mem conditions
- 1.5 Check for and display revisions that are on a branch, regardles of checkout status
- 1.6 Added "Copy CheckIn Cmds" feature
- 1.7 Fixed hot key selection, added listing of orphans, fixed problem with ANSI Tiny
- has to be in the first segment probably becuase of a TC6.0 smartlink bug, fixed a
- bug in OverviewFileList.c by changing fsCurPerm to fsRdPerm.
- 1.8 • Added Options dialog and all the code to support it, including orphan filtering.
- • Fixed bug in JeniLib for GetVersString
- • Put JeniLib in its own segment
- • Put in Balloon help.
- • fixed window size gridding
- • made dbl-clicking on icon bring up options
-
- 1.9:
- • Editing comment, the menu has new "Revert" to original comment
- • added Auto Refresh option
- • speeded up sorting
- • fixed bug in EditComment.c which wasn't checking resRefNum == -1 correctly in some
- cases...bug manifested itself by showing FindModified's 'ckid' for orphans that didn't
- have resource files. Also adjusted same area of code that was wrong, preventing Edit
- Comment from proceeding with files that were "already open for write".
- • fixed 'cicn' (had Drag Relay's icon bits for the B&W version)
- • prevent VerifyFileList() first time BuildAndDisplayFileList() is called (unnecessary)
- • fixed bug that would cause Type/Creators and Extensions lists (the popups in the options
- dialog) to not get saved unless there was at least one thing in the menu.
-
- 2.0
- • >100 checkin commands. Now handles as many as memory permits
- • Auto Refresh "Only Listed Files" option
- • CheckIn cmds options: "-p" (progress), "answer dialog", "-n" or "-y".
- The latter two are only for project files, not orphans
- • added statistics summary to top of list window
- • "Mark unchanged" option, marks the date field with a "•" for any
- project files whose checkout date equals its last mod date.
- • "Float unchanged" option affects sorting by date. When checked,
- unchanged files will float to the top of the list
- • "Ascending/Descending" option for date sorting
-
- 2.1
- • plugged some mem leaks in the options dialog by disposing some things that weren't
- getting disposed.
-
- ------------------------------------------------------------------------------------
- rewrote FindModified in TCL
- ------------------------------------------------------------------------------------
-
- 3.0
- • re-sizeable everything (free with TCL)
- • dlb-click filename to open that file via 'sope' apple event
- • new task field
- • toggle between read-only and mod-read-only
- • selectable as to which files for checkin cmds
- • non-modal and multiple comment edit windows
-
- 3.1
- • global (multi-file) comment/task entry
- • leaving a comment or task field empty will leave whatever was in the 'ckid' before
- instead of replacing it with nothing
- • fixed bug with "only" radio buttons (handles were released resources)
- • fixed reparsing so it will build a new table if you close the first one and
- then drag-drop a new folder or file. Didn't work before.
- • plugged some memory leaks
-
- 3.2
- • changed what happens if you drop more files after first drop: Now it adds
- them to the table (or builds a table if one doesn't exist).
- • changed "Open...": it used to only accept project files, and it would immediately
- open the file and in a comment edit window. Now it accepts any file and simply
- adds it to the table (or builds one, if one doesn't exist).
- • added "Delete From List" menu command (also works by Clear or Delete keys),
- which deletes the selected files from the list.
- file (orphan). Use the option key to avoid the confirm dialog.
- • resort if necessary after changing a file's comment, task, or ckid status
-
- 3.3
- • added hot key selection
- • fixed bug introduced in 3.2 which wouldn't let you close the table doc
- and then drag-n-drop to create a new one
-
- 3.4
- • added options floating palette
- • added "inferProject" option to associate orphans with projects when
- generating checkin commands. It does this by looking for a project file
- in the same directory as the orphan and assumes that project.
- • fixed: insertion caret in comment and task edit panes will blink
- even when the field is empty
-
- 3.4.1
- • fixed bug with "float unchanged"
-
- 3.4.2
- • fixed bug in "Delete from list"
-
- 3.4.3
- • fixed a balloon help
-
- 3.5
- • Now talks to SourceServer:
- • CheckIn
- • DeleteRevisions
- • Added 'ckid' status modifier commands
- • Read-Only
- • Mod Read-Only
- • OrphanFiles
-
- 3.5.1
- • made it not list files called "ProjectorDB"
- • fixed bug that would sometimes cause "Modify Read-Only","Read-Only", or
- "DeleteRevisions" to do nothing
-
- 3.6
- • added "RenameProjectorFile" command
-
- 3.6.1
- • added balloon help for RenameProjectorFile and Mount ProjectorDB
-